	
	
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);	


	/* グローバルナビ 
********************************************************/


#head_logo{position: relative;
max-width: 1000px;
width: 100%;
margin: 0 auto;
height: 75px;}

.logo{
  position: absolute;
  top: 53%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.contact{
	position: absolute;
	right: 0px;
	background: #010066;
	padding: 10px 41px;
	top: 17px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 1px #ccd5fd;
}

.contact a{
	color: #fff;
}

/* ------------------------------
   #menuList
------------------------------ */
.inner{
	height:53px;}


#menuList {
	width: 100%;
	background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(1,0,102,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(1,0,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(1,0,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#010066',GradientType=0 );
	letter-spacing: 0.1em;
	
}

#menuList ul {
	margin: 0 auto;
	max-width: 1000px;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	justify-content: space-between;
	
}

#menuList ul li {

	font-size: 15px;
	width: 20%;
	text-align: center;
	background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(1,0,102,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(1,0,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(1,0,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#010066',GradientType=0 );
	border-right: 1px #fff solid;
	line-height: 1.5em;
    
}

#menuList ul li:first-child{
	border-left: 1px #fff solid;
}

#menuList ul ul li:first-child{
	border-left:none;
}


#menuList ul li span {
	/*display:none;*/
}

#menuList ul li a {
	display:block;
	color: #fff;
	padding: 15px 0 10px;
    border-bottom: 5px solid #010066;
}

#menuList ul li a:hover{
	background:#ebf4ff;
opacity: 0.6;
color:#010066;
}

#menuList ul li.currect {
	background:#ebf4ff;
	
}

#menuList ul li.currect a{
	color:#010066;}
	
#menuList ul li.currect ul li a{
    color: #fff;
}	

#menuList ul li.menutop {display:none;}
#menuList ul li.menucon {display:none;}

/*  ドロップダウンメニュー
****************************************/
#menuList ul li ul{
  display: none;
}
#menuList ul li:hover ul{
  display: block;
}

#menuList ul li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  width:100%;/* ドロップダウンメニュー横サイズ */
  font-size:90%;
}
#menuList ul li ul li{
  /*width: 100%;*/
  max-width: 199px;

}


#menuList ul li ul li a{
	display:block;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
   color:#fff;
  text-align: left;
  letter-spacing: -0.07em;
    font-size: 13px;
  	
}
#menuList ul li ul li:hover > a{
  background: #7B9971;
}
#menuList ul li ul li a:hover{
  background: #7B9971;
}

#menu_res,#menu_tel,.rwdMLogo { display:none; }

.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
   box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
}




/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
	#menuList ul {
		width: 100%;
	}

	#menuList ul li {
		
	}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 690px) {
	
	#head_logo{
		height:65px;}
	
	.logo {
    z-index: 9999;
	top: 15px; 
     left: 1%; 
     margin-right: 0%; 
     -webkit-transform:none;
     transform:none;
	 position: fixed;
	 width:50%;
}
		
	.inner{
		height:0px;}
			
	#menuList {
		display: none;
	}

	#rwdMenuWrap {
		width: 100%;
		border-bottom:1px solid #010066;
		background:#fff;
		/*追加 固定時*/
		position:fixed;
		height:65px;
		z-index:900;
	}

	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 65px;
		/*background: #fff url(../img/common/hdrLogo.gif) no-repeat left;*/
		background: #fff;
		position: relative;
	}
	
	#rwdMenuWrap .rwdMLogo {
		display:block;
		position: absolute;
		top:6px;
		left:-30px;
		z-index:999;
	}
	#rwdMenuWrap .rwdMLogo img {
		width:80%;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		
		top: 0;
		right: 0;
		width: 65px;
		height: 65px;
		display: block; 
		position: absolute;
		background: #208FB9 url(../img/cmn/menu_opn.png) no-repeat;
		background-size:65px;
	}


	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose  { background: #208FB9 url(../img/cmn/menu_cls.png) no-repeat; background-size:65px; }

	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}
	
	#rwdMenuWrap ul span.spno{
		display:none;
		}
	
	#rwdMenuWrap ul.spmenu {
		width: 100%;
		display:block;
	}
/*#rwdMenuWrap ul.spmenu ul.spmenu li:nth-child(1){
		border-top: #59332e 1px solid;
	}


#rwdMenuWrap ul.spmenu li a{
	background:#fff9e7;}
	*/
	#rwdMenuWrap ul.spmenu li:nth-child(2){
		border-bottom: none;
	}
	
	
	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #59332e 1px solid;
		color:#59332e;
		letter-spacing:0;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #ededff;
		position: relative;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #59332e;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

#rwdMenuWrap ul li span {
	display:block;
}
#rwdMenuWrap ul li img {
	display:none;
}

.contact  {
  position: absolute;
    right: 0px;
    background: #010066;
    top: 0px;
    z-index: 999;
    height: 65px;
    right: 65px;
    width: 65px;
    padding: 0px;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
	position: fixed;
	border-radius:0px;
	box-shadow:none;

}

.contact a:before{
	font-family: 'FontAwesome';
    content: '\f0e0';
    font-size: 25px;

}

.contact  p{
	font-size: 10px;
    margin-top: 5px;
	}

}

#rwdMenuWrap ul li.menutop {display: block;}
#rwdMenuWrap ul li.menucon {display: block;}

@media only screen and (max-width: 690px) {
#rwdMenuWrap #switchBtnArea {
		background-size: 70% auto;
}
}

@media only screen and (max-width: 370px) {
	#rwdMenuWrap .rwdMLogo {
		top:15px;
		left:-65px;
	}
	#rwdMenuWrap .rwdMLogo img {
		width:53%;
	}
	
	

}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}


@media screen and (max-width: 890px) {
	#menuList ul li{
		font-size: 13px;}
		
	
#menuList ul li span{
	display:inline-block;}
	}

@media screen and (max-width: 780px){
#menuList ul li {
    font-size: 11px;
}
#pagetitle h2{
	top:70%;}

}

/* ------------------------------
   footer
------------------------------ */
.f_banner ul{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	max-width:1000px;
	width:95%;
	margin:0 auto;}
	
.f_banner ul li{
	width:49%;
	max-width: 480px;
}


.banner_box{
    margin:1em 0;
    position: relative;
    padding: 0.25em 0.6em;
    border: solid 2px #c1dff7;
    border-radius: 3px 0 3px 0;
	    line-height: 1.9em;
}
.banner_box:before,.banner_box:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #c1dff7;
    border-radius: 50%;
}
.banner_box:after {
    top:-12px;
    left:-12px;
}
.banner_box:before {
    bottom:-12px;
    right:-12px;
}



.icon{
    width: 24px;
    display: inline-block;
    padding-right: 10px;
}

.f_b_t{
	font-size:18px;
	text-align:center;
	margin-bottom:10px;}
	
.f_b_text{font-size:12px;}	
	
.f_b_t span{
	font-size:14px;}	
	
.f_b_h{
    padding: 0.1em;
    background: linear-gradient(transparent 50%, #a8c1ec99 70%);
    display: inline-block;
    color: #010066;
}

#footer_area{
	width: 100%;
	}
.footer_wrap{
	width: 95%;
	max-width: 1000px;
	margin:0px auto 20px;
}

.f_logo{
max-width:250px;
width: 25%;
margin-right:30px;}

.f_tel{
	line-height: 1.5em;
	}

.f_tel span.f_telimg {
    position: relative;
    padding-left: 35px;
    font-size:30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   vertical-align: bottom;
   display: inline-block;
}
.f_tel span.f_telimg:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f095';
    color: #AA0000;;
    font-weight: normal;
    font-size: 30px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.f_telno{
	font-size:24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	vertical-align: bottom;
	display: inline-block;}
	
.mgr{
	margin-right:20px;}	

.f_map a{
	background:#010066;
	color:#fff;
	padding:3px 10px;
	border-radius:5px;
	margin-left:15px;}
	
.f_tel_con{
	background:#e3e7f3;
	padding:30px 0 30px;}
.f_tel_con_h{
position: relative;
color:#010066;
font-weight: bold;
margin-bottom: 1em;
text-align:center
}
.f_tel_con_h:before {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
width: 60px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #010066;
border-radius: 2px;

}



.f_nav{
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
	max-width:1000px;
	margin:20px auto 30px;
}


.f_nav>ul{
	width:19%;
}


.f_nav ul li:first-child{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
	text-indent: 0em;
	margin-bottom: 3px;
}
.f_nav ul li:first-child::before,
.f_nav ul li:first-child::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.f_nav ul li:first-child::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #4381A2;
}

.f_nav ul li:first-child::after{
left: 3px;
width: 3px;
height: 3px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.f_nav ul li{
	text-indent: 1em;
	font-size:12px;
}


.copyright{
	background: #000;
	padding: 10px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}



@media screen and (max-width:690px) {
	.f_banner ul li{
	width:100%;
	margin: 0 auto 20px;
}


.f_logo{float: none;
max-width:250px;
width: 100%;
margin:20px auto;}

.f_nav{
	float: none;
	
	width: 95%;
	margin:20px auto ;
}

.f_nav>ul{
	width:49%;
	margin-bottom:20px;
}




}


@media screen and (max-width:480px) {
	
	

.f_nav ul ul{
		width:100%;
		
	}
	
	.f_nav ul li{
		font-size: 11px;
	}	
	.f_tel.mgr{margin-right:0px;
	margin-bottom:10px;}
}

/* ------------------------------
  news
------------------------------ */
.news_title{
	font-size: 24px;
    margin-bottom: 10px;
    color: #507937;
    line-height: 1em;}
	
.news_title span{
	font-size:12px;}
	
.event_title{
	font-size: 24px;
    margin-bottom: 10px;
    color: #4385b8;
    line-height: 1em;}
	
.event_title span{
	font-size:12px;}		

.news_event{
    max-width: 1000px;
      margin: 0 auto;
}
.news_wrap{
	width:49%;}


.newsbox {
    padding: 10px 20px;
    margin: 2em 0;
    color: #5d627b;
    background: white;
     box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin: 0 auto 50px;
    overflow-y: scroll;
    height: 150px;
    font-size: 12px;
    width: 85%;
}

/*スクロールバーの横幅指定*/
.newsbox::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.newsboxo::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.newsbox::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#09C9D9;
}


.news_wrap.flL{
	float:left;}
	
	.news_wrap.flR{
	float:right;}

.newsbox p {
    margin: 0; 
    padding: 0;
}			

.time{
	float:left;
	width:20%;}
.news{float:left;
width:80%}	

.news a{
	text-decoration: underline;
}


@media only screen and (max-width: 690px) {
	.newsbox {
    padding: 10px 10px;}
	
	.time{
	float:left;
	width:25%;}
.news{float:left;
width:75%}	

	.news_wrap.flL,
	.news_wrap.flR{
	float:none;}
	
	.news_wrap{
	width:95%;
	margin:0 auto;}
	
}
	
/* ------------------------------
 Pickup
------------------------------ */

.pickup{
	max-width:1000px;
	margin:0 auto;
	font-size:12px;}
	
	
.pick_title{
	font-size: 24px;
    margin-bottom: 10px;
    color: #311d0c;
    line-height: 1em;
	text-align:center}
	
.pick_title span{
	font-size:12px;}	
	
.pickup .property_name{
	font-size:16px;}
	
.pickup .flex > div{
	width:30%;
	text-align:center;
	box-shadow:0px 0px 6px 3px #c9c9c9;
	line-height:2.3em;
	margin-bottom:50px;
	}
	
.pickup div.flex::after{
  content:"";
  display: block;
  width:30%;
}
	
.property_name span{
	font-size:20px;}
	
.pick_address{
	background-color:#445079;
	color:#fff;
	width:85%;
	margin:0 auto;
	}
	
.pick_info{
	color:#880000;
	font-size:20px;
	margin:10px auto 20px;
	padding: 0 10px;}	
	
.pick_photo{
	position:relative;
	width:100%;}
	
.pick_photo img{
	height:273px;
	width: 300px;

    object-fit: cover;}
	
.pick_photo img.pick_search{
	height:inherit;
	width: 15%;}			
	
.pick_search{
	position:absolute;
	bottom:6%;
	right:2%;
	width:15%;}	
	
@media screen and (max-width: 690px){	

.pickup .flex > div {
	
    width: 100%;
    max-width: 273px;
	margin:0 auto 20px;}
	
	.pickup div.flex::after {
    content: "";
    display: block;
    width: 0%;
}
	
	
}

/* ------------------------------
 New arrivals
------------------------------ */
.arrivals{
	max-width:1020px;
	margin:0 auto;
	font-size:10px;}
	
	
.arrival_wrap{
	
	text-align:center;
	box-shadow:0px 0px 6px 3px #c9c9c9;
	line-height:2.3em;
	margin-bottom:50px;}

.arrivals .property_name{
    letter-spacing: -0.1em;
}

.arrivals .property_name span{
	display:block;}	
	
.pick_address.widemax{
	width:100%;}
		
	.arrivals .pick_address{
	font-size: 10px;
    line-height: 1.5em;
	height: 32px;}
	
	.arrivals_btn{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	left: 45px;
}
.arrivals_btn::before,
.arrivals_btn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
	
	
.arrivals_btn::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #7a0;
}
.arrivals_btn::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	
.arr_l{margin-left: 70px;}


@media screen and (max-width: 480px){	
.arrivals_btn{
	left:15px;}
	
.arrivals{
	font-size:10px;}	
}

/* ------------------------------
 area
------------------------------ */
	
.area_wrap{
	width:100%;}	
	
.area_wrap div{
	width:50%;
	position:relative;}
	
.area_wrap div p{
	background:rgba(255,255,255,0.8);
	position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  padding:10px 30px;
  font-size:20px;
  
}	
	

@media screen and (max-width: 690px){	
.area_wrap div{
	width:100%;}
	
}
/* ------------------------------
 kodawari
------------------------------ */

.codawari{
	
	position:relative;}
	
	
.codawari p{
	text-align:center;
	position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  padding:15px;
  color:#fff;
}		


.codawari p span{
		background:rgba(255,255,255,0.8);
		  padding:10px 30px;
		  display: inline-block;
font-size:20px;
color:#000;
	}
	
@media screen and (max-width: 480px){	
.codawari p{
	font-size:10px;}

}	
		
/* ------------------------------
   banner
------------------------------ */
.top_f_bnr{
	max-width:1000px;
	margin:0 auto;
}

.top_f_bnr ul li{
	width:24%;}
	
@media screen and (max-width: 480px){	
.top_f_bnr ul li{
	width:100%;
	margin:0 auto 20px;
	max-width:320px;}
}

/* ------------------------------
   contact
------------------------------ */
.contact_wrap{
    width: 100%;
    background: #2d3850;
    padding: 30px 5px 25px;
    box-sizing: border-box;
}

.f_contact{
    background: #AA0000;
    color: #fff;
    padding: 10px 20px;
    max-width: 250px;
    width: 90%;
    margin: 0px auto 15px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 0px 3px 1px #fff;
}

.f_contact a{
	color:#FFFFFF;
	display: block;} 

.contact_text{
	color: #fff;
    text-align: center;
    font-size: 12px;}
	
	



/* ------------------------------
  pagecommon
------------------------------ */	

#page_content{
    
    background: #ffff;
    padding-top: 30px;
	padding-bottom:50px;
	line-height:1.9em;
}
.page_wrap{

	max-width:1000px;
	/*width:95%;*/
	margin: 0px auto;
	padding-bottom: 10px;
	
	
	}
	
.page_wrap.full{
	background:#fff;
	box-sizing:border-box;
	
	
	}	
	
.page_main	 {
	
    background: #fff;
    max-width: 780px;
    width: 78%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
	
	
.side_page{
    max-width: 780px;
    width: 78%;
    float: left;
    box-sizing: border-box;
}


.page-links {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(37,37,37,0.1);
	box-shadow: 0px 2px 4px 0px rgba(37,37,37,0.1);
	height: auto;
	padding: 20px 27px 18px 28px;
	float:right;
	z-index: 50;
	width: 20%;
    box-sizing: border-box;
}
.page-links__item:not(:last-child) .page-links__link {
	border-bottom: 1px #999999 dotted;
	margin-bottom: 19px;
	padding-bottom: 18px;
	display: inherit;
	padding-left: 1.3em;
    text-indent: -1.3em;
}
	

.page-links__item:last-child .page-links__link::before {
	height: 100%
}
.page-links__link {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6923076923;
	display: inline-block;
	position: relative;
}



.page-links__link::before{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
	background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
	background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
	height: calc(100% - 21px);
	position: absolute;
	left: -28px;
	width: 3px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: -webkit-transform 200ms;
	transition: -webkit-transform 200ms;
	transition: transform 200ms;
	transition: transform 200ms, -webkit-transform 200ms
}
.page-links__link:hover, .page-links__link.is-active {
	background-color: #f93;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
	background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
	background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: -webkit-transform 200ms;
	transition: -webkit-transform 200ms;
	transition: transform 200ms;
	transition: transform 200ms, -webkit-transform 200ms;
	opacity: 1
}


.page-links__link:hover::before,
.page-links__link.is-active::before
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    position: absolute;
}

.page-links__link.is-active{
    background-color: #f93;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    opacity: 1;
}



.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: -3px;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #f93;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: -webkit-linear-gradient(left, #f93 20%, #ff7166 80%);
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
}

.arrow::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;

}




/* ぱんくず */
.panNav {
	max-width:1000px;
	text-align:left;
	margin:10px auto;
	font-size:70%;
}
.panNav a:link, .panNav a:visited, .panNav a:hover, .panNav a:active {text-decoration: underline;}
	
@media screen and (max-width:780px) {
	
#page_content{
		padding-top:0px;}
		
		
	.side_page{
    max-width: 780px;
    width: 100%;
    float: none;
    
}
	
	
	.page-links{
		padding:0px;}
	.page-links ul{
		display:flex;
		flex-wrap:wrap;
		padding:0px;}
	.page-links.sp780.mt30 ul{
		padding: 0px;
	}
	.page-links__item{
		width:42%;}
	.page-links__item:nth-child(odd){
		width:58%;
}

.page-links__item:not(:last-child) .page-links__link{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:10px;

	}
	

	.page-links__item.long {
    
    letter-spacing: -0.1em;
	
   
}	
	
.panNav {
	display:none;}
	
.page_main	 {
   
    width: 100%;
    float: none;
    
}


.page-links {
	
	float:none;
	
	width: 100%;
	margin-top:20px;
	box-shadow: none;
}
.page-links.sp780 {
	width: 100%;
	margin:0px auto;}

.page-links__item:last-child .page-links__link {
 
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: inherit;
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.page-links__link:hover::before, .page-links__link.is-active::before{
	display:none;}
	
	
	}

@media screen and (max-width:780px) {
.page_wrap{
	width:95%;}
}
/* ------------------------------
contact
------------------------------ */		

.contact_title{
	background:#8C0000;
height:60px;
position:relative;}

.contact_title p{
	color:#fff;
	font-size:24px;
	position:absolute;
	top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);}
	
/* ------------------------------
Pagetop
------------------------------ */	
/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: rgba(46, 79, 123, 0.8); /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    height: 50px;
    padding: 17px 0;
}
}


/* ------------------------------
物件サイト
------------------------------ */	


/* ------------------------------
common
------------------------------ */	

.flex{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;}
	
.jcsb{justify-content:space-between}	

.jcsa{justify-content:space-around;}

.jcce{justify-content:center;}

.wrap{
	flex-wrap:wrap;}
	
.aife{
	align-items:flex-end;}	
	
.aice{
	align-items:center;}
	
	
/* ------------------------------
urawaomiya
------------------------------ */		
.title_urawa{
	background-image:url(../img/urawa/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}
	
.title_omiya{
	background-image:url(../img/omiya/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}	
	
.special{
	max-width:1000px;
	width:100%;
	margin:50px auto;}	
	
.area_title{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  background:rgba(0,0,0,0.5);
  padding:15px;
  width: 300px;
    text-align: center;
}
		
.area_title p{
	color:#fff;
	font-size:24px;
	font-weight: normal;}
@media screen and (max-width:780px) {
	.title_urawa,
	.title_omiya{
		height:	130px;}
		
.area_title{
	width:200px;}		
.area_title p{
	font-size:18px;
	}		}
	
	
/* ------------------------------
event
------------------------------ */		
.title_event{
	background-image:url(../img/event/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}
.event_area {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #5fbbc3;
    color: #333;
}


.event ul li{
	width:30%;
	margin-bottom:20px;
	line-height: 1.9em;
	    box-shadow: 0px 0px 6px 3px #c9c9c9;}

.event ul li p{
	padding:0 15px 20px;}
	
	
.event ul::after{
  content:"";
  display: block;
  width:30%;
}	



 .square_btn2 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0 8px;
    text-decoration: none;
    color: #7b2f00;
    transition: .4s;
	    width: 100%;
    text-align: center;
}

.square_btn2:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:100%;
   left: 0;
   border-radius: 3px;
   background:#d8b099;
   transition: .2s;
}

.square_btn2:after{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:0;
   left: 0;
   border-radius: 3px;
   background:#d8b099;
   transition: .2s;
}

.square_btn2:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}

.square_btn2:hover:after {
    top: 3px;
}


.event_name{
	font-weight:bold;
	font-size:18px;
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	
	}
	
.event_name:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: -webkit-repeating-linear-gradien(-45deg, #bfbfbf, #bfbfbf 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #bfbfbf, #bfbfbf 2px, #fff 2px, #fff 4px);
}
.event_day span{
	color:#900f10;
	font-weight:bold;}
	
.event_about{
	border-top:#A4A4A4 dotted 1px;
	padding-top:10px;
	margin-top: 10px;
	display:block;}	
	
	
@media screen and (max-width: 690px){	

	.event ul li{
	width:48%;}
	
	}
	
	
@media screen and (max-width: 480px){	

.title_event{
	
	height:	130px;
	}

	.event ul li{
		max-width:300px;
		margin:0 auto 20px;
	width:100%;}
	
	
	}	
	
	
/* ------------------------------
shiyou
------------------------------ */
.title_shiyou{
	background-image:url(../img/shiyou/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}	

		
.title_mama{
	background: rgb(234,154,156); /* Old browsers */
background: -moz-linear-gradient(left, rgba(234,154,156,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(234,154,156,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(234,154,156,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(234,154,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(234,154,156,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(234,154,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9a9c', endColorstr='#ea9a9c',GradientType=1 ); /* IE6-9 */
	height:	170px;
	position:relative;}
	
.title_syunou{
	background: rgb(150,188,40); /* Old browsers */
background: -moz-linear-gradient(left, rgba(150,188,40,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(150,188,40,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(150,188,40,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(150,188,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(150,188,40,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(150,188,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96bc28', endColorstr='#96bc28',GradientType=1 ); /* IE6-9 */
	height:	170px;
	position:relative;}		

.shiyou_title{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
   
}

h3.shiyou_h{
	text-align:center;
	font-size:24px;
	font-weight:normal;
	margin:30px auto;
	}
	
h3.shiyou_h.mama_t{	
color:rgba(234,154,156,1);}

h3.shiyou_h.syunou_t{	
color:rgba(150,188,40,1);}
	
.shiyou_wrap{
	max-width:1000px;
	margin:20px auto 0px;}	
.shiyou_wrap div{
	width:48%;}
	
.shiyou_wrap2{
	max-width:1000px;
	margin:20px auto 0px;}	
.shiyou_wrap2 div{
	width:38.5%;}		
	
.shiyou_wrap2 div:first-child{
	width:60%;}	
	
	
.shiyou_madori{
	background:#eff3f5;
	padding:30px 0;
	text-align:center;}


.shiyou_madori img{
    max-width: 500px;
    width: 90%;
    
}
	
.shiyou_madori div,
.mama_room,
.syunou_room{
	max-width:1000px;
	margin:0 auto;
	}
	
.shiyou_plan {
    background: #947766;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    max-width: 350px;
    margin: 20px auto;
}
	
.mama_room div{
	width:30%;}	
	
.syunou_room div{
	width:23%;}	
	
.syunou_room div:first-child{
	width:48.5%;}			
	
.syunouritsu{
    background: #8A0002;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    max-width: 385px;
    margin: 20px auto;
    text-align: left;
}
				
.syunouritsu_t{
	color:#B19558;
	font-size:18px;
	font-weight:bold;}
	
.syunouritsu_h{
	color:#fff;
	font-size:18px;
	font-weight:bold;}	
	
	#syuno{
  margin-top : -100px;
  padding-top : 100px;
}

@media screen and (max-width: 480px){	

.title_shiyou{
	height:130px;}

h3.shiyou_h{
	font-size:20px;}

.title_mama,
.title_syunou{
	height:130px;}
	
.shiyou_title{
	width:60%;}

.shiyou_wrap2 div:first-child,
.shiyou_wrap2 div,
.shiyou_wrap div{
	width:100%;
	margin-bottom:20px;
}	

.shiyou_wrap2 div img,
.shiyou_wrap div img{
	
	width:100%;}
	
	
.mama_room div{
	max-width:320px;
	width:100%;
	margin:0 auto;}	
	
.syunou_room div:first-child{
	max-width:320px;
	width:100%;
	margin:0 auto;}	
	
.syunou_room div{
	width:49%;
	margin:0 auto;
	text-align:center;}		
	
	}

/* ------------------------------
	schedule
------------------------------ */	

.title_schrdule{
	background-image:url(../img/schedule/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}
.event_area {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #5fbbc3;
    color: #333;
}


table.schedule{
	max-width:1000px;
  width: 100%;
  margin:0 auto;
  border-collapse: collapse;
}

table.schedule tr *:nth-child(1){
  background: #49c5f0;
}

table.schedule tr *:nth-child(2){
  background: #57b3e8;
}

table.schedule tr *:nth-child(3){
  background: #649cdf;
}

table.schedule tr *:nth-child(4){
  background: #6e87d7;
}

table.schedule th,table.schedule td{
  color:#000;
  border:solid 1px white;
  text-align: center;
  padding: 15px;
  width: 33%;
  
}	

table.schedule td{
	text-align:left;}

table.schedule th{
	line-height:1em;
	font-size:18px;}

table.schedule tr span{
	background:none;
	font-size:10px;}
	
	@media screen and (max-width: 480px){	
.title_schrdule{
	height:130px;}}
	
	
/* ------------------------------
	about
------------------------------ */	

.title_about{
	background-image:url(../img/about/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}	
	
	
.about_top{
	position:relative;}
	
.about_t_text{
	position:absolute;
	width:40%;
	left:5%;
	top:2%;
	color:#fff;
	text-shadow:0px 0px 3px #292929;
	background: rgba(0,0,0,0.3);
    padding: 15px;
    box-sizing: border-box;
	}	
	
	
.about_t_text p{
	font-size:20px;
	border-bottom:1px solid #fff;}	
	
.about_p {
  position: relative;
  padding: 0.2em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(71, 121, 51), #2e3c30);
    background: linear-gradient(to right, rgb(71, 121, 51), #2e3c30);
  color: white;
  font-size:20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.about_f_bnr{
    max-width: 700px;
    margin: 0 auto;
}


.about_f_bnr li{
	max-width:320px;
		width:49%;}
@media screen and (max-width: 690px){	


.about_top{
	margin-top:30px;}
.about_t_text {
	
    position: relative;
    width: 100%;
    left: 0%;
    top: 0%;
    color: #000;
    text-shadow: none;
    background: no-repeat;
    padding: 0px;
	margin-top:15px;}
	
	
.about_t_text p{
	
	border-bottom:1px solid #000;
	}	

}


@media screen and (max-width: 480px){	

.title_about{
	height:130px;}
	
.about_f_bnr li{
		width:100%;
		margin:0 auto 20px;}
	
	

}

/* ------------------------------
 voice
------------------------------ */		
	
.title_voice{
	background-image:url(../img/voice/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}	
.voice_top ul li {
    width: 49%;
    position: relative;
    background: #000;
    line-height: 0;
    max-width: 365px;
    margin: 0 auto 30px;
}
.voice_top ul li img{
	opacity:0.6;}
	
.voice_top ul li:hover img{
	opacity:1;
	transition-duration:0.5s;
	}	
	
.voice_top ul li .voice_top_h{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  color:#FFFFFF;
  line-height:1.9em;
}			
	
	
.voice_top ul li .voice_top_h p{
	font-size:16px;
	text-align:center;
	font-weight:bold;	}
	
	
.voice_top ul li .voice_top_h span{
	font-size:14px;}
	
.voice_top ul li .voice_top_h p.voice_top_b{
    padding: 0px;
    border: #fff solid 1px;
    font-size: 12px;
      width: 100px;
    margin: 10px auto 0;
}


/*h3.voice {
    position: relative;
    padding: 20px;
    background: #e0edff;
    border-radius: 10px;
    color: #010066;
    font-weight: normal;
    text-shadow: 2px 2px 3px #b7c0d0;
    font-size: 24px;
}

h3.voice:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

h3.voice span{
	float:right;
	font-size:16px;}*/
	
	
h3.voice {
    
    color: #C00000;
    font-weight: normal;
    text-shadow: 2px 2px 3px #c3baba;
    font-size: 24px;
}
	
	
	
.question {
	font-size:18px;
	color: #003366;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 22px;
	margin-bottom: 15px;
	position: relative;
}
.question:before {
	border: 6px solid #003366;
	border-radius: 20px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 5px;
}	


.tantou{
	width:100%;
    padding: 20px;
    border: solid 5px #F3F3F3;
	box-sizing: border-box;
}

.tantou div:nth-child(1){
	width:70%;}
	
.tantou div:nth-child(2){
	width:30%;}	

.tantou_img{
	text-align:center;}	
	
	
.tantou_text p{
	border-bottom:1px #ACACAC dotted;
	padding-bottom:5px;}	

.voice_img ul li{
	width: 49%;
}


.voice_point{
	font-size:20px;
	background:#DBEEF4;
	width:100%;
	margin-bottom:30px;
	padding:10px 150px;
	color:#376092;
	
	box-sizing: border-box;}	


.voice_name ul li:nth-child(1) {
	width:20%;}

.voice_name ul li:nth-child(2) {
	width:81%;
	text-align:center;
	}
	
.voice_name ul li p{
	padding:10px;
	font-size:20px;}	
	
.voice_name ul li p:nth-child(1) {
	color:#fff;
	background-color:#4F81BD;}
	
.voice_name ul li p:nth-child(2) {
	background-color:#DBEEF4;}	
	
	
@media screen and (max-width:1000px) {
	.voice_point{
		padding:10px;}}
	
@media screen and (max-width:780px) {	
	.voice_top ul li{
		width: 100%;}
	
	h3.voice{
		font-size: 18px;
	}
	h3.voice span {
    float: none;
		display: block;}
	.tantou div:nth-child(1),
	.tantou div:nth-child(2){
	width:100%;
	margin-bottom: 10px;}
	
.voice_point{
	font-size:14px;
	margin-bottom:10px;}	
.voice_name ul li p{
		font-size:18px;}	


}	

@media screen and (max-width: 480px){	

.title_voice{
	height:130px;}
	

.voice_name ul li:nth-child(1) {
	display:none;}

.voice_name ul li:nth-child(2) {
	width:100%;
	}	
	
}


/* ------------------------------
 afterservice
------------------------------ */
.title_after{
	background-image:url(../img/after/title.jpg);
	height:	250px;
	background-size:cover;
	position:relative;}	

.after_02 ul.flex{
	align-items: flex-end;}

.after_02 ul li:nth-child(1){
	width:58%;}
	
.after_02 ul li:nth-child(2){
	width:40%;}	
	
.after_h{
	font-size:18px;
	color:#010066;}
	
.anshin{
	background:#901C27;
	color:#D3D29A;
	font-size:24px;
	padding:10px;}
	
.p_h2{
border-bottom: solid 3px #cce4ff;
position: relative;
font-size:18px;
color: #010066;
	padding-bottom: 5px;
    margin-bottom: 10px;
}

.p_h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5472cd;
bottom: -3px;
width: 20%;
}		
	
@media screen and (max-width:780px) {
	.after_02 ul li:nth-child(1){
	width:100%;
	margin-bottom:10px;}
	
.after_02 ul li:nth-child(2){
	width:100%;}	
	
	}
	
	@media screen and (max-width: 480px){	

.title_after{
	height:130px;}
	
}	
/* ------------------------------
list
------------------------------ */

.list_title{
	background:#3d8db5;
	width:100%;
	}
	
.list_title_in{
	max-width:1000px;
	width:100%;
	margin:0px auto;
	padding: 10px 0;}	
	
.list_title_waku{
    background: #fff;
    padding: 10px;
    border: 1px solid #55716f;
	margin-right: 15px;
	display: inline-block;
	color: #010066;
}


.list_title_name{
	color:#fff;
	font-size:20px;
	vertical-align: sub;}
	
.list_top{background:#e3e7f3;
}


.list_top_wrap{

	max-width:1000px;
	width:95%;
	margin: 0px auto;
	
	
	}



.loan_arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
   margin-left: 20px;
   color:#5B5B5B;
	font-weight:bold;
}
.loan_arrow::before,
.loan_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.loan_arrow::before{
    left: 4px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-left: 9px solid #3d8db5;
}

.list_top_thum{
	float:left;
	width:30%;
}

.list_top_thum img{
  width: 300px;
  height: 300px;
  object-fit: cover; /* この一行を追加するだけ！ */
}

.list_top_out{
	float:right;
	width:68%;}
	
.list_uline{
	border-bottom:1px solid	#3d8db5;
	padding-bottom:10px;
	margin-bottom: 10px;}
.list_out_h{
	background:	#3d8db5;
	padding:3px 8px;
	border-radius:5px;
	color:#fff;
	margin-right:10px;}
	
.kakaku{
	font-size:20px;	
	color:#cb0202;}
	
.list_map{
	color:#5B5B5B;
	font-weight:bold;}	
	
.list_map:before  {
    font-family: 'FontAwesome';
    content: '\f041';
    font-size: 20px;
	margin-left:20px;
	margin-right:5px;
}

.list_ml{
	margin-left:20px;}
	
	
.list_top_logo{
	float:right;
	width:100px;
	line-height: 1em;}
	
	
	.list_out_h.point{
		background:#fd7a64;}
	
.twolines{
	display:inline-flex;}
	
	
.list_table_wrap{
	background:#eaeaea;}
	
.table_title_wrap{
    width: 100%;
    max-width: 800px;
    
    margin: 0 auto;
}
	
table.list{
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    margin: 0 auto;
}
table.list tr{
  border-bottom: solid 2px #eaeaea;
}

table.list tr:last-child{
  border-bottom: none;
}

table.list th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #727f9a;
  color: white;
  text-align: center;
  padding: 5px 0;
  vertical-align: middle;
}

table.list th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-9px;
  border-left: 10px solid #727f9a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.list td{
  text-align: left;
  width: 70%;
  background-color: #f9f9f9;
  padding: 10px 20px;
}


.list_out_title {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
	margin-bottom: 5px;
}
.list_out_title:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f015';
    background: #ffca2c;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list_out_title:after {
    content: '';
    display: block;
    position: absolute;
    left: 26px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.list_out_title2 {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
	margin-bottom: 5px;
}
.list_out_title2:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f0ad';
    background: #ffca2c;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list_out_title2:after {
    content: '';
    display: block;
    position: absolute;
    left: 26px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.list_btn{
    max-width: 800px;
    margin: 0 auto;
	width:100%;
}

.list_btn ul li{
	max-width:250px;
	width:50%;
	text-align: center;}


.list_btn ul li a{
    position: relative;
    display:block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 5px 15px;
    background: #00bcd4;
    border-top: solid 3px #00a3d4;
    border-bottom: solid 3px #00a3d4;
    transition: .4s;
	border-radius: 10px;
}

.list_btn ul li a:hover {
    text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
}


.list_btn ul li span{
	font-size:20px;}
	
	
	
@media screen and (max-width: 690px){	

.list_top_thum{
	float:none;
	max-width:300px;
	margin:0 auto 20px;
	width:100%;}
	
.list_top_out {
    float: none;
    width: 95%;
	margin:0 auto;
}	
.list_title_waku {
	padding:5px;}
.list_title_name{
		font-size:16px;}
	


}

@media screen and (max-width: 480px){	
.list_out_h{
	display:block;
	margin-bottom: 5px;}
	
.list_ml{margin-left:0px;
margin-top: 5px;}	

.list_btn ul li{
	
	width:100%;
	margin:0 auto 20px;

}}


/*特設サイト概要*/

.outline_h {
    text-align: center;
    font-size: 24px;
    color: #1E2858;
}

table.outline{
  border-collapse:collapse;
  margin:20px auto 50px;
  max-width:800px;
  width:100%;
  border:1px solid #ccc;
 
}
.outline td,th{
  padding:10px;
  border-bottom:1px solid #ccc;
  font-weight:normal;
  color:#2d3850;
}
 table.outline tr th:nth-child(odd),
table.outline tr td:nth-child(odd){
  background:#e6f2ff;
}

/* ------------------------------
  concept
------------------------------ */	


.page_main h2 {
    position: relative;
   padding: 0 47px 15px;
    z-index: 5;
    font-weight: normal;
    text-shadow: 2px 2px 3px #b7c0d0;
    color: #010066;
}
.page_main h2::before,
.page_main h2::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.page_main h2::before  {
    top: -11px;
    left: 10px;
    z-index: 1;
    width: 30px;
    height: 31px;
    background: rgba(125, 189, 228, 0.5);
}
.page_main h2::after {
    top: 11px;
    left: 7px;
    width: 18px;
    height: 18px;
    background: rgba(126, 165, 189, 0.5);
}

.concept_block{
	position:relative;
	height: 580px;
	font-size:13px;}

.concept_block_l{
	position:absolute;
	top:0px;
	left:0px;}
	
.concept_block_r{
	position:absolute;
	top: 15%;
	right:-20px;
	background:rgba(255,255,255,0.8);
	padding:20px 40px;
	width:475px;
	box-sizing:border-box;}	
	
	
.concept_block_r2{
	position:absolute;
	top:0px;
	right:0px;}
	
.concept_block_l2{
	position:absolute;
	top: 15%;
	left:20px;
	background:rgba(255,255,255,0.8);
	padding:20px 40px;
	width:475px;
	box-sizing:border-box;}		
		
.concept_block_h{
position: relative;
padding: 0.5em;
background: #5d6ec5;
color: white;
left: -60px;
font-size: 18px;
width: 450px;
}

.concept_block_h::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(65, 80, 103);
}	

@media screen and (max-width:780px) {
	.concept_block_l,
	.concept_block_r,
	.concept_block_r2,
	.concept_block_l2,
	.concept_block{
		position:relative;
		height:auto;
		width:100%;}
		
	
	.concept_block_h {
    position: relative;
    padding: 0.5em;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
}
	.concept_block_r,
	.concept_block_l2 {
    top: 0%;
    right: 0px;
    padding: 0px;
    box-sizing: border-box;
	margin:0 auto 20px;
	left:0px;
}	
	
	}
/* ------------------------------
  outline
------------------------------ */	

#contents{
    padding-top:175px;
}



.contents_area02{
	max-width:980px;
	width: 95%;
	
	/* padding:30px; */
	background-color:#fff;
	padding-bottom:50px;
	/* box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.25); */
	box-sizing: border-box;
}

.heading_lv01_01{
	text-align:center;
	font-size:2.0em;
	line-height:1.5em;
	color:#fff;
	font-weight:normal;
	background: #6a6958;
	box-shadow: 0px 0px 0px 5px #6a6958;
	border: solid 1px #fff;
	padding: 0.4em 0.5em;
	margin: 10px auto 20px;
}

.table01,
.table02{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	
}

.table01 th,
.table02 th{
	box-sizing:border-box;
	padding:10px 25px;
	border-bottom:1px solid #ccc;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color:#ff7c6b;
}

.table01 td,
.table02 td{
	box-sizing:border-box;
	padding:10px 25px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.table01 th{
	width:30%;
}

.table02 th{
	color:#111;
}

.table02 td{
	text-align:right;
}

#honsya,
#shoeisai,
#oomiya,
#tatebayashi{
  margin-top : -80px;
  padding-top : 80px;
}

.table01 td a,
.table02 td a{
	text-decoration:underline;}

@media screen and (max-width: 780px) {
	
	.heading_lv01_01{font-size: 1em;}	
	
#contents{
    padding-top:65px;
}

.contents_area01{
	padding-top:10px;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}

.contents_area02{
	box-sizing:border-box;
	padding:0 0px;
	padding-bottom:50px;
}
	
	
.table01,
.table02{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}

.table01 th,
.table02 th{
	box-sizing:border-box;
	padding:10px;
	border-bottom:1px solid #ccc;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color:#ff7c6b;
	width:26%;
}

.table01 td,
.table02 td{
	box-sizing:border-box;
	padding:10px 10px 10px 0;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.table02{
	font-size:0.9em;
	line-height:1.25em;
}

.table02 th{
	color:#111;
}

.table02 td{
	text-align:right;
	}}

/* ------------------------------
 company
------------------------------ */	
.cmpany_about ul li:nth-child(1){
	width:33%;}
	
.cmpany_about ul li:nth-child(2){
	width:65%;}	
	
	
	

figure.snip1229 {

  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 220px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  line-height:0em;
}
figure.snip1229 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
figure.snip1229 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.snip1229 figcaption {
  position: absolute;
  top: 12%;
  left: 7%;
  right: 7%;
  bottom: 75%;
  border: 1px solid white;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.snip1229 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5em;
}
figure.snip1229 h3 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}
figure.snip1229 h3 span {
  font-weight: 800;
}
figure.snip1229 h3:before,
figure.snip1229 h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip1229 h3:before {
  left: -1000%;
}
figure.snip1229 h3:after {
  right: -1000%;
}
figure.snip1229 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-size:12px;
  line-height:1.3em;
}
figure.snip1229 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1229:hover img,
figure.snip1229.hover img,
figure.snip1229.on img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1229:hover figcaption,
figure.snip1229.hover figcaption,
figure.snip1229.on figcaption{
  top: 12%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1229:hover p,
figure.snip1229.hover p,
figure.snip1229.on p
 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}	

 figure.snip1229.on span{
	 display:none;}	
	 
	 
	.boxcom {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.boxcom .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #010066;
    font-weight: bold;
}
.boxcom p {
    margin: 10px;
    font-size: 16px;
    color: #010066;
}

.boxcom p span{
	margin-left:10px;
	font-size:13px;
	color:#484848;}

.boxcom p span a{
	margin-left:10px;
	}	
	
	
.arrowcom{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color:#484848;
    vertical-align: middle;
    text-decoration: none;
    
}
.arrowcom::before,
.arrowcom::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}	
 
.arrowcom::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #95ccff;
}
.arrowcom::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
 
.boxcom p span a:hover{
	opacity:0.5;
	transition-duration:0.5s;}
	
@media screen and (max-width:780px) {
	
figure.snip1229{
		margin: 10px auto;
	}
	
.cmpany_about ul li:nth-child(1),
	.cmpany_about ul li:nth-child(2){
		width: 100%;
	}	
	.cmpany_about ul li:nth-child(1){
		text-align: center;
	}
	
.boxcom p span {
	display:block;
	margin-left:0px;}
	
.boxcom p span a {
    margin-left: 0px;
	display: block;
}	
	
			
}	
/* ------------------------------
shop
------------------------------ */	


.shop_name {
	border-bottom: 3px solid #4c4baf;
}
.shop_name span {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	background: #4c4baf;
	display: inline-block;
	padding: 10px 10px 10px 20px;
	width: 30%;
}
.shop_name span:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-width: 0 10px 40px 0;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #4c4baf;
}
.btn-border {
  display: inline-block;
  max-width: 200px;
  width:100%;
  text-align: center;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}

.shop_btn{
	text-align:center;
	margin-top:20px;}
	
.shop_t{
  padding: 0 0 0 5px;
    font-size: 16px;
     border-left: 6px solid #c1dff7;
}


.shop_text{
 background-color: #ffeee4;  /* 背景色 */
 border-radius: 5px;
 padding: 20px;  /* 内側の余白 */
 position: relative;
 z-index: 0;
}
.shop_text:before{
 border: 1px solid #fff; /* 白い実線 */
 border-radius: 5px;
 content: '';
 display: block;
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 margin: 4px;
 z-index: -1;
}

.shop_tel{
	margin-left:10px;}


@media screen and (max-width:480px) {
	
	
	
	.shop_honsya ul{
		display:block;
		margin-bottom:20px;
		}
		
	.shop_tel{
		display:block;
	margin-left:0px;}	
	
	.shop_name span{
		font-size:14px;
		width:60%;}
	
	}
	
		
/* ------------------------------
recuit
------------------------------ */	

.recuit_btn a{
	
	filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.4));}
	
	
a.cp_btn {
	position: relative;
	display: block;
	width: 200px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #2196F3;
	border:solid 1px #fff;
	overflow: hidden;
	margin:0 auto;
	font-size:18px;
	border-radius:5px;
	filter: drop-shadow(2px 2px 6px rgba(38,0,99,0.4));
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: -25px;
	left: -20px;
	height:90px;
	width:20px;
	background : #fff;
	opacity: 0.3;
	transform: rotate(40deg);
	transition: 0.3s;
}
a.cp_btn:hover:before {
	left:120%;
}


@media screen and (max-width:780px) {
	.recuit_btn ul li{
		width:100%;
		margin:0 auto 10px;
	}}
	
	
/* ------------------------------
company
------------------------------ */		

.company_3 ul{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	justify-content:flex-start;	
	flex-wrap:wrap;}
	
.company_3 ul li{
	width:31%;
	font-size:12px;
	margin-right:20px;}	
	
.company_3 ul li p{
	color:#3f5d80;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #3f5d80;
  font-size:16px;
}

.company_3 ul li span{
	position:relative;
	display: block;}
	
	.company_3 ul li span:before {
    width: 55px;
    top: 68%;
    content: "";
    display: block;
    position: absolute;
    right: 100px;
    height: 1px;
    background: #666;
}
	
	.company_3 ul li span:after {
    width: 20px;
    top: 12px;
    right: 98px;
    transform: rotate(40deg);
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #666;
}

@media screen and (max-width:780px) {
	
	.company_3 ul li{
		max-width:260px;
		width:100%;
		margin:0 auto 20px;}
		}