@charset "utf-8";

@import url("/contents/style/base.css?t=2");

/*-------------------------------------------- wrap ------------------------------------------*/
#wrap-outer, #wrap-outer_2nd, #wrap-outer_map, #wrap-outer_1col {}
#wrap-outer,#wrap-outer_2nd,#wrap-outer_1col{overflow:hidden ; min-width: 1250px !important;}

#wrap-outer,#wrap-outer_2nd, #wrap-outer_map, #wrap-outer_1col{background:#ffffff;}

#wrap-outer_2nd_2 #wrap-outer5{background:url(../images/library/lib_main.jpg?t=1) no-repeat center 200px;}


h1 {
margin:0;
color:rgba(0,0,0,.5);
font-size:12px;
position:absolute;
top:5px;
left: 20px;
font-weight:300;
z-index:10;
}

h2{color: #030303; font-size: 43px; font-weight: 700; margin-bottom: 70px;}
h2 mark{ background: transparent; color: #cc5028;}
h2 > img{ display: block; margin: auto;}
h2 a{ color:inherit;}
#wrap-outer_2nd h2.h_type1,#wrap-outer_1col h2.h_type1{}

h2.normal_tit{ margin-bottom: 100px;}
h2.normal_tit .h{position: relative; z-index: 0;}
h2.normal_tit .h:after{ display: block; content: ""; width: 2000px; height: 1px; border-bottom: 2px dashed #cc5028; position: absolute; top: 0; bottom: 0; right: -2060px; margin: auto; z-index: -1; opacity: .1;}
h2.normal_tit .img{display: block; margin-bottom: 25px;}
h2.normal_tit .img img{height: 39px;}

h3{
position: relative;
letter-spacing:0.03em;
margin:0 0 20px 0; 
font-size:20px;
line-height:1.2;
-webkit-text-stroke-width:0px !important;
}

h3 span {
display:inline-block;
}
h3 a{
color:inherit;
text-decoration:none;
}

#wrap-outer_2nd h3{ color: #030303; padding: 0 0 30px 0; margin: 0 0 30px 0; position: relative; width: 100%; box-sizing: border-box; font-size: 28px; font-weight: 700; border-bottom: 3px solid #cc5028; }


.estate_kanri h3:before{background-color: transparent;}

h4{
letter-spacing:0.1em;
margin:0 0 15px 0; 
padding:0 0 8px 1px;
color:#038;
font-size:20px;
font-weight:bold;
border-bottom:2px solid #038;
}

h5 { font-weight: bold; font-size:16px; margin:20px 0 10px 0; color:#2c2417;}

h4 + h5 {margin:10px 0 10px 0;}


/*For blog*/
#contents-inner-blog h3 {margin-top:0;}
#contents-inner-blog h3 a {color:#69605c; text-decoration:none;}


/*For pages*/
#contents-inner-pages h3 {
position: relative;

padding:17px 10px 14px 25px;
border: 1px solid #dddddd;
border-radius: 5px;
letter-spacing:0.1em;
margin:0 0 20px 0; 
font-size:25px;
line-height:1.2;
background-color:#FFF;
background:-moz-linear-gradient(top, #FFF, #F7F7F7);
background:-webkit-linear-gradient(top, #FFF, #F7F7F7);
background:linear-gradient(to bottom, #FFF, #F7F7F7);
}
#contents-inner-pages h3:before {
position: absolute;
top: .5em;
left: 10px;
content: '';
width: 6px;
height: -webkit-calc(100% - 1em);
height: calc(100% - 1em);
background-color: #ccc;
}

#contents-inner-pages h4 {
letter-spacing:0.1em;
margin:0 0 5px 0; 
padding:6px 0 0px 1px;
color:#038;
font-size:18px;
font-weight:bold;
border-bottom: none;
}



/*-------------------------------------------- header ----------------------------------------*/
#header {}
#wrap-outer_2nd #header{  position: relative; width: 100%; height: 700px; margin-bottom: -700px;}
#header h1{ z-index: inherit;}

#header #header_inner{ width: 350px; background: #ffffff; border-radius: 0 50px 50px 0; overflow: hidden; position: absolute; bottom:-50px; left:0; z-index: 99999; box-sizing: border-box; padding: 55px 0 100px 0; transition: .3s;} 

#header #header_inner.is_stuck{border-radius: 0 0 50px 0; padding: 55px 0 55px 0; bottom:inherit; position: fixed;}

#header .id {display: block; margin: 0 auto 60px auto;}

#header nav.menu_blocks{ text-align: center;}
#header ul.gmenu01 {}
#header ul.gmenu01 > li { margin-bottom: 25px; color: #000000; font-size: 15px;}
#header ul.gmenu01 > li > a{ display: block; color: inherit;  }
#header ul.gmenu01 > li > a span{ display: inline-block; position: relative; padding: 5px; line-height: 1;}
#header ul.gmenu01 > li > a span::after {position: absolute; left: 0; content: ''; width: 100%; height: 1px; background: rgba(0,0,0,1); bottom: 0; transform: scale(0, 1); transform-origin: center top; transition: transform 0.3s; }
#header ul.gmenu01 > li > a:hover span::after {transform: scale(1, 1);}

#header .sodan_btn{ position: fixed; top:0; right:0; z-index: 99999;}
#header .sodan_btn a{ display: block; width: 180px; height: 165px; background: #cc5028; text-align: center; font-size: 15px; color: #ffffff; border-radius: 0 0 0 50px; overflow: hidden; transition: .3s; box-sizing: border-box; padding: 21px 0 0 0; line-height: 1.55em;}
#header .sodan_btn a:before{ display: block; content: ""; background: url("../images/header/icon_home.png") no-repeat; width: 35px; height: 35px; margin: 0 auto 12px auto;}
#header .sodan_btn a span{display: block; margin: auto; font-size: 17px; font-weight: 500;}
#header .sodan_btn a:hover{ background: #e95a2c;}


@media print, screen and (max-width: 1600px) {
	#header #header_inner{ width: 300px;}
}

@media print, screen and (max-width: 1550px) {
	#header #header_inner{ width: 250px; padding: 50px 0 70px 0;}
	#header .id {width: 188px; margin-bottom: 50px;}
	#header ul.gmenu01 > li { margin-bottom: 20px; font-size: 14px;}
}



/*------------------------------------------- footer -----------------------------------------*/
#footer-outer {margin:0 auto 0 auto; background:#ffffff; position: relative;}
#wrap2 + #footer-outer{ margin-top: 100px;}

#footer { font-weight: 400; box-sizing: border-box; position: relative; padding: 140px 0 150px 0; z-index: 5; color: #ffffff;}
#footer:before{ position: absolute; display: block; content: ""; background: #cc5028; width: calc(100% - 120px); height: 100%; top:0; right:0; left:0; margin: auto; z-index: -1; border-radius: 50px;}

#footer .inn{ display: flex; justify-content: space-between; flex-wrap: nowrap; align-items: flex-start;}

#footer .store > .h{font-size: 32px; font-weight: 500; margin-bottom: 40px;}
#footer .store > .h + p{font-size: 16px; line-height: 1.8em; letter-spacing: 0.1em;}
#footer .store .btn_area{ display: flex; margin-top: 50px; width: 330px; flex-wrap: wrap; } 
#footer .store .btn_area .wh_borderBtn{ margin-right: 15px; margin-bottom: 15px;}

#footer .store .btn_area .wh_borderBtn a{ display: block; width: 140px; height: 50px; border: 2px solid #ffffff; text-align: center; margin: 0; font-size: 15px; color: #ffffff; font-weight: 500; box-sizing: border-box; border-radius: 10px; position: relative; transition: .3s; padding: 4px 0 0 0; }
#footer .store .btn_area .wh_borderBtn a:hover{border-color:#ffd79b; color: #ffd79b; }

#footer .link_menu{ padding:0; font-size: 16px; width: 500px;}
#footer .link_menu ul{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
#footer .link_menu li{display: block; width: 50%; margin-bottom: 20px;}
#footer .link_menu li a{ background: url("../images/footer/indent.png") no-repeat left center; background-size: 6px auto; color: inherit; box-sizing: border-box; display: inline-block; padding-left: 18px; transition: .3s;}
#footer .link_menu li a:hover{background: url("../images/footer/indent_out.png") no-repeat left center; background-size: 6px auto; color: #ffd79b; text-decoration: underline;}


#footer .link_menu .bur{ /*text-align: right; */margin-top: 150px; margin-bottom: -100px;}
#footer .link_menu .bur a{ display: inline-block; transition: .3s;}
#footer .link_menu .bur a:hover{ opacity: .7;}

#footer-outer .copyright{width: 100%; color: #cc5028; font-size: 11px; font-weight: 300; text-align: center; padding: 40px 0 40px 0; letter-spacing: 0.2em;}

@media print, screen and (max-width: 1550px) {
	#footer {padding: 100px 0 110px 0;}
	#footer .store > .h {font-size: 28px;}
	#footer .store .btn_area { margin-top: 40px;}
	#footer .store .btn_area .wh_borderBtn { margin-right: 13px;}
	#footer .link_menu .bur{ margin-top: 110px; margin-bottom: -60px;}
}

@media print, screen and (max-width: 1300px) {
	#footer {padding: 80px 0 80px 0;}
	#footer .store{margin-left: 30px;}
	#footer .link_menu {margin-right: 60px;}
	#footer .link_menu{ padding:0; font-size: 15px; width: 440px;}
	#footer .link_menu .bur .bur_shonan-con{width: 295px;}
}


	
/*------------------------------------------ contents ----------------------------------------*/
#contents{/*width:830px; width:100%; margin:0; float:left; */}

.info2{
	padding:10px 0 10px 0;
	margin:0 0 20px 0;
	border:5px solid #ffcd00;
	text-align:center;
	font-weight:bold;
	color:#cc0000;
	background-color:#fffdf1;
	font-size:16px;
}

.sp{ display: none;}


/*--------------------------------------------- wrap_add ------------------------------------------*/

#wrap_add {margin:0 auto 0 auto; padding:0; position:relative;}
.inn{ width: 1550px; margin: auto; padding-left: 350px; box-sizing: border-box; }

@media print, screen and (max-width: 1750px) {
	.inn{padding-right: 50px;}
}

@media print, screen and (max-width: 1600px) {
	.inn{ width: 1500px; padding-left: 300px; }
}

@media print, screen and (max-width: 1550px) {
	.inn{ width: 1200px; padding-left: 250px; padding-right: 0;}
}


/*================================
中面タイトル
================================*/
#wrap-outer_2nd .head_tit{position: relative; margin-bottom: 80px;}
#wrap-outer_2nd .head_tit h2{position: absolute; right:150px; bottom:92px; display: inline-block; text-align: left; margin: 0; padding: 0;}
#wrap-outer_2nd .head_tit h2 span{ display: block; color: #ffffff; font-size: 65px; font-weight: 500; letter-spacing: 0.03em;}
#wrap-outer_2nd .head_tit h2 img{ display: block; margin: 50px 0 0 8px;}

#wrap-outer_2nd .head_tit .tit_bg{ margin-right: 50px; width: auto; border-radius: 0 0 100px 0; box-sizing: border-box; overflow: hidden;}
#wrap-outer_2nd .head_tit .tit_bg img{ width: 100%; height: 100%; object-fit: cover; object-position: center; min-height: 600px;}

@media print, screen and (max-width: 1750px) {
}

@media print, screen and (max-width: 1599px) {
	#wrap-outer_2nd .head_tit h2 span{ font-size: 55px;}
	#wrap-outer_2nd .head_tit h2 img{ margin: 35px 0 0 8px;}
	#wrap-outer_2nd .head_tit .tit_bg img{ min-height: 500px;}
}
@media print, screen and (max-width: 1300px) {
	#wrap-outer_2nd .head_tit h2{right:130px; bottom:72px;}
}


/*================================
ボタン
================================*/

.normal_btn a{ display: block; width: 450px; height: 90px; background-color: #783c1d;  text-align: center; margin: auto; font-size: 17px; color: #ffffff; font-weight: 500; box-sizing: border-box; border-radius: 45px; position: relative; transition: .3s; padding: 27px 0 0 0; letter-spacing: 0.03em; }
.normal_btn a span{ display: inline-block; font-size: 20px; margin-right: 5px;}
.normal_btn a mark{ background: transparent; color: #f6c091;}
.normal_btn a:after{ content: ""; background: url(../images/top/indent_wh.png) no-repeat; background-size: 100% auto; width: 10px; height: 17px; display: inline-block; vertical-align: middle; margin: 0 0 3px 25px;}
.normal_btn a:hover {background: #b74d16;}

.normal_btn.orange a{ background: #cc5028; }
.normal_btn.orange a:hover{ background: #e95a2c;}

.border_btn a{ display: block; width: 300px; height: 60px; border: 3px solid #cc5028; text-align: center; margin: auto; font-size: 18px; color: #cc5028; font-weight: 500; box-sizing: border-box; border-radius: 30px; position: relative; transition: .3s; padding: 7px 0 0 0; letter-spacing: 0.06em; }
.border_btn a:after{ content: ""; background: url("../images/top/indent_or.png") no-repeat; background-size: 100% auto; width: 9px; height: 15px; display: inline-block; vertical-align: middle; margin: 0 0 5px 20px;}
.border_btn a:hover{border-color:#fb612f; color: #fb612f; }
.border_btn a:hover:after{ background: url("../images/top/indent_or_out.png") no-repeat; background-size: 100% auto;}

.border_btn.orange a,#wrap_add03.case .box.borrow .border_btn a{border-color:#de7231; color: #de7231; }
.border_btn.orange a:after,#wrap_add03.case .box.borrow .border_btn a:after{ background: url("../images/top/indent_ye.png") no-repeat; background-size: 100% auto; }
.border_btn.orange a:hover,#wrap_add03.case .box.borrow .border_btn a:hover{border-color:#ff6406; color: #ff6406; }
.border_btn.orange a:hover:after,#wrap_add03.case .box.borrow .border_btn a:hover:after{ background: url("../images/top/indent_ye_out.png") no-repeat; background-size: 100% auto; }


/*================================
お問い合わせ
================================*/
#wrap_contact{ position: relative; z-index: 1; margin: 160px 0 160px 0;}

#wrap_contact h2{font-size: 55px; margin-bottom: 0;}
#wrap_contact .contact_illust{display: block; float: right; margin: -120px 0 -155px 0;}
#wrap_contact .contact_illust + *{ clear: both;}
#wrap_contact .contact_illust + p{ line-height: 1.8em; font-weight: 500; padding-left: 5px;}

#wrap_contact .btn_area{display: flex; margin: 65px 0 0 0; align-items: center; justify-content: space-between; flex-wrap: nowrap;}

#wrap_contact .btn_area div{max-width: 350px; width: 29.5%;}
#wrap_contact .btn_area div a{ display: block; width: 100%; height: 100px; background-color: #de7231; text-align: center; margin: auto; font-size: 24px; color: #ffffff; font-weight: 500; box-sizing: border-box; border-radius: 50px; position: relative; transition: .3s; padding: 29px 0 0 0; letter-spacing: 0.06em; }
#wrap_contact .btn_area .line_btn a{ background: #199e13;}
#wrap_contact .btn_area a:after{ content: ""; background: url("../images/top/contact_indent.png") no-repeat; background-size: 100% auto; width: 12px; height: 20px; display: inline-block; vertical-align: middle; margin: 0 0 3px 25px;}
#wrap_contact .btn_area a:hover {background: #fd8339;}
#wrap_contact .btn_area .line_btn a:hover {background: #00b900;}

#wrap_contact .btn_area div.tel_btn{ max-width: 450px; width: 38.5%;}
#wrap_contact .btn_area .tel_btn a{ width: 100%; border: 3px solid #cc5028; background: #ffffff; text-align: center; margin: auto; font-size: 42px; color: #cc5028; font-weight: 700; padding: 15px 0 0 0; letter-spacing: 0.06em; }
#wrap_contact .btn_area .tel_btn a span{display: block; font-size: 12px; font-weight: 300; opacity: .8; letter-spacing: 0.06em;}
#wrap_contact .btn_area .tel_btn a:after{ display: none;}
#wrap_contact .btn_area .tel_btn a:hover{background: transparent; cursor: text;}


@media print, screen and (max-width: 1550px) {
	#wrap_contact h2 {font-size: 50px;}
	#wrap_contact .contact_illust { margin: -107px -110px -120px 0; width: 430px;}
	#wrap_contact .btn_area div a{ height: 90px; padding: 24px 0 0 0;}
	#wrap_contact .btn_area a:after{display: none;}
	#wrap_contact .btn_area .tel_btn a {font-size: 35px; padding: 11px 0 0 0;}
	#wrap_contact .btn_area .tel_btn a span {line-height: 2.1em;}
}


/*================================
Instagram
================================*/
#wrap_add .instagram_bl{ position: relative; padding: 100px 0 210px 0; z-index: 2; margin-bottom: -130px;}
#wrap_add .instagram_bl:before{ position: absolute; display: block; content: ""; background: url("../images/top/bg_pink.jpg") repeat; width: 100%; height: 100%; top:0; right:0; left:0; z-index: -1; border-radius: 100px;}

#wrap_add h2 > img{ margin: 0;}

#wrap_add .instagram_bl .insta_list{ display: flex; flex-wrap: wrap; align-items: flex-start; font-size: 14px; color: #464646; line-height: 1.6em; max-width: 1150px; margin-left: -2%;}
#wrap_add .instagram_bl .insta_list > div{max-width: 260px; width: 23%; margin-bottom: 55px; margin-left: 2%;}
#wrap_add .instagram_bl .insta_list img{ display: block; width: 100%; margin-bottom: 10px;}



/*================================
contents-inner-page　お問い合わせ
================================*/
#contents-inner-page .inquiry {
width:auto; height:235px;
margin:0 auto 0 auto;
border-radius:10px;
box-sizing:border-box;
position:relative; line-height:1;
background-color:#FFF;
/* box-shadow */
box-shadow:0 0 15px rgba(0, 0, 0, 0.05) ;
}
#contents-inner-page .inquiry .bg {background:url(../images/page/common/inquiry_bg.png) no-repeat top left;width:690px; height:235px;}
#contents-inner-page .inquiry .h {font-size:26px; position:absolute; top:30px; left:150px; line-height:1.2; padding-right:20px;}
#contents-inner-page .inquiry .h br {display:none;}
#contents-inner-page .inquiry .h br:last-child {display:block;}
#contents-inner-page .inquiry .tel {vertical-align:top; width:384px; height:105px; position:absolute; bottom:20px; left:20px;}
#contents-inner-page .inquiry .tel .text {border-radius:3px; padding:7px 5px 9px 5px; margin:0; color:#FFF; text-align:center; font-size:14px; letter-spacing:0.05em; background:#9fbb00;}
#contents-inner-page .inquiry .tel .num {margin:12px 0 4px 0; padding-left:70px; font-size:47px; font-family: 'Josefin Sans', "Century Gothic",Verdana,Arial,sans-serif;white-space:nowrap; background:url(../images/page/common/inquiry_tel.png) no-repeat left center; font-weight:500;    background-size: 30px auto; background-position: top 5px left 27px;}
#contents-inner-page .inquiry .tel .num a {color:#333; text-decoration:none;}
#contents-inner-page .inquiry .tel .open {font-size:14px; text-align: center;}
#contents-inner-page .inquiry .mail {vertical-align:top; width:384px; position:absolute; bottom:20px; right:20px;}
#contents-inner-page .inquiry .mail .mail_btn {border-radius:6px; font-size:22px; font-weight:bold; text-align:center; border:1px #de4555 solid;
letter-spacing:2px; text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
height:105px; box-sizing:border-box; width:auto;
/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
-moz-box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
background: rgb(246,106,122);
background: linear-gradient(126deg, rgba(246,106,122,1) 0%, rgba(233,84,100,1) 100%);
behavior:url("/contents/style/PIE.htc");
position:relative;/*for PIE*/

display:block;}

#contents-inner-page .inquiry .mail .mail_btn span {font-size:12px; font-weight:normal; letter-spacing:4px; margin-bottom:12px; padding-bottom:12px; border-bottom:1px #de4555 solid; display:inline-block;}
#contents-inner-page .inquiry .mail .mail_btn a {display:block; padding:22px 10px 22px 10px; color:#FFF; text-decoration:none;}
#contents-inner-page .inquiry .mail .mail_btn a:hover {opacity:0.5;}

#move{
	border:3px solid #f00;
	padding:20px 20px 15px 20px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin:0 0 20px 0;
	color:#00F;

}

#move a{
	display:block;
	margin:10px 0 0 0;

}

#wrap_open_campaign{ display:none;}
#open_campaign{ position:relative; z-index:1000;}
#open_campaign .banner{ position:fixed; right: 105px; bottom: 10px;}
#open_campaign #closebtn{ position:fixed; right: 86px; bottom: 135px; background-color:transparent; cursor: pointer; border:none; }


/*---*/
ul.navi_estate_kanri {margin:0px auto 25px auto; z-index:1000; width:670px;background-color:#0075b3; border-radius:5px;}
ul.navi_estate_kanri:after {content: ""; display: block; clear:both;}
ul.navi_estate_kanri li {background-color:#0075b3;width:166px; margin:0; padding:10px 0 8px 0; text-align:center; box-sizing:border-box; border-radius:5px ;}
ul.navi_estate_kanri li {float:left;}
ul.navi_estate_kanri li a{color:#fff; text-decoration:none;font-size:16px;}
#contents-inner-page #deposit > img {margin-bottom:30px;}