@charset "utf-8";

/*=======================================================

	SAGAMI Real Estate Agency CSS
	ATHR : Assiette Ltd.
	DATE : 2018/12

=======================================================*/


/*-------------------------------------
	reset
-------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul, li,
th, td,
form, fieldset, input, textarea { margin: 0; padding: 0; outline: none;}

input{ vertical-align : middle ;}

select { margin: 0; }



/*-------------------------------------
	アピアランス
-------------------------------------*/

abbr, acronym { border:0 none; }
q::before, q::after { content:""; }
img { width: auto; max-width: 100%; height: auto; max-height: 100%; border:0 none; vertical-align:bottom; }
object { outline:none; }
table { border-spacing:0; border-collapse: collapse; border-spacing: 0; word-break: break-all; word-wrap: break-word; }
*:first-child+html table { border-collapse:collapse; }	/* IE 7 */
* html table { border-collapse:collapse; }				/* IE 6 */
caption { text-align:left; }
th,
td { text-align:left; vertical-align:middle; empty-cells:show; }
fieldset { border:0 none; }
label { cursor: pointer; }
iframe { margin: 0; padding: 0; width: 100%; overflow:auto; border: none;}

/* 全対応 */
*, *:before, *:after {
	font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	box-sizing: border-box;
	}

@media all and (-ms-high-contrast:none) {
*, *:before, *:after {
	font-family: "メイリオ",Meiryo,"游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	}
}
/*-------------------------------------
	文字装飾
-------------------------------------*/

h1, h2, h3, h4, h5, h6 { position: relative; margin-bottom: 30px; color: #21205d; font-size: 42px; font-weight: bold; font-style:normal; letter-spacing: 10px; line-height: 1.1; text-align: center;}
p, address, blockquote, pre, div,
abbr, acronym, dfn, cite, q, code, kbd, samp, var,
dl, ol, ul,
caption, th { font-weight:normal; font-style:normal; }
em, strong, optgroup { font-weight:bold; font-style:normal; }


/*-------------------------------------
	HTML5
-------------------------------------*/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { position:relative; display:block; margin:0 0 0 0; padding:0 0 0 0; }


/*-------------------------------------
	要素
-------------------------------------*/

html { width: 100%; font-size: 15px; text-align: center; background: #FFF; }

body {
	padding: 158px 0 0;
	width: 100%;
	min-width: 1300px;
	color:  #221815;
	text-align: center;
	line-height: 1;
	background: #FFF;
	-webkit-text-size-adjust : none;
	 -webkit-text-size-adjust: 100%;
	}


/* links */
a, input, object{ outline:none; }

a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #21205d;
	text-decoration: underline;
	vertical-align: baseline;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	}

a:hover { text-decoration:none;}
a:visited {	color: #221815; }
a:active { color: #221815; text-decoration:none; }

a *,
a:before,
a:after { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

::selection { color: #FFF !important; background: #21205d; }
::-moz-selection { color: #FFF !important; background:#21205d; /* Firefox */ }

/* form関係 */
input, select, optgroup, textarea, label, kbd { vertical-align: middle;}

input[type="hidden"]{ display: none;}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
select,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	width: 100%;
	height: 35px;
	color: #111;
	font-size: 16px;
	line-height: 1;
	background: #FFF;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus { background-color: #FFF !important; border-color: #42366B !important; box-shadow: 0 0 7px rgba(145, 165, 255, 0.3); outline: none; }

input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
select:disabled,
textarea:disabled { background-color: #F5F5F5; border-color: #CCC !important;}

fieldset { display: inline-block; margin: 0 10px 0 0; }

td label { margin-right: 20px; }
td fieldset label { display: inline !important; margin-right: 0; }
td label:last-child { margin: 0; }
td select + input + label { margin-left: 20px; }

input[type="number"],
input[type="text"] { margin: 0 10px; }

input.M[type="text"]:first-of-type,
input[type="number"]:first-of-type,
input[type="text"]:first-of-type { margin-left: 0; }

input.M[type="text"]:first-of-type:last-of-type,
input[type="number"]:first-of-type:last-of-type,
input[type="text"]:first-of-type:last-of-type { margin: 0; }

input[type="number"],
input[type="tel"] { max-width: 300px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

textarea { padding: 6px; height: 120px; vertical-align: text-top;}
textarea.large { height: 240px; }

:placeholder-shown { color: #999 !important; }
::-webkit-input-placeholder { color: #999 !important; }
:-moz-placeholder { color: #999 !important; }
::-moz-placeholder { color: #999 !important; }
:-ms-input-placeholder { color: #999 !important; }

.select_box { display: inline-block; position: relative; width: 250px; }
.select_box_parts { content: ""; display: block; position: absolute; top: 50%; right: 12px; margin-top: -5px; width: 10px; height: 10px; background: url("/images/common/select.svg") center no-repeat; pointer-events: none; }
.select_box + span { margin: 0 15px; }

select { width: 100%; -moz-appearance: none; -webkit-appearance: none; }
select::-ms-expand { display: none; }
select option { margin: 0; padding: 3px 8px; font-size: 16px; font-style: normal; }
select option:checked { color: #FFF !important; background-color: #21205d; }

form input.XL  { width: 600px; }
form input.L  { width: 360px; }
form input.M  { width: 240px; }
form input.S { width: 180px; }
form input.MS { width: 120px; }
form input.SS { width: 60px; }
form input.SSS { width: 40px; }

form textarea.S { height: 120px; }

/*　radio, checkbox　*/
input[type=radio],
input[type=checkbox] { display: inline-block; position: relative; top: -1px; margin-right: 6px; vertical-align: middle; }

label { display: inline-block; position: relative; margin-right: 30px\9; padding: 0 8px\9; cursor: pointer; }

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] { display: none; margin: 0; }
	
    input[type=radio] + .radio_parts,
    input[type=checkbox] + .checkbox_parts { padding: 0 0 0 30px; }
	
    input[type=radio] + .radio_parts::before,
    input[type=checkbox] + .checkbox_parts::before { content: ""; position: absolute; display: block; top: 0; left: 0; width: 22px; height: 22px; background: #faf9f7; border: 1px solid #d3d1cf; border-radius: 4px; animation: 0.4s ease-in-out scaleA; }
    input[type=radio] + .radio_parts::before { border-radius: 30px; }
	
    input[type=radio]:checked + .radio_parts::before:hover,
    input[type=checkbox]:checked + .checkbox_parts::before:hover { box-shadow: 0 0 10px rgba(240, 145, 145, 0.1); }

    input[type=radio]:checked + .radio_parts::before,
    input[type=checkbox]:checked + .checkbox_parts::before { background: #3b4faa !important; border-color: #3b4faa; animation: 0.4s ease-in-out scaleB; }

    input[type=radio]:checked + .radio_parts::after,
    input[type=checkbox]:checked + .checkbox_parts::after { content: ""; position: absolute; display: block; top: 7px; }
    input[type=radio]:checked + .radio_parts::after { left: 7px; width: 8px; height: 8px; background: #FFF; border-radius: 8px; }
    input[type=checkbox]:checked + .checkbox_parts::after {
        left: 7px;
        margin-top: -4px;
        width: 8px;
        height: 12px;
        border-right: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
		}
	}

/* error */
input[type="text"].error,
input[type="number"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="url"].error,
select.error,
textarea.error { background: #fff0f3; border-color: #ff3862; }

.error:placeholder-shown { color: #ff3862 !important; }
.error::-webkit-input-placeholder { color: #ff3862 !important; }
.error:-moz-placeholder { color: #ff3862 !important; }
.error::-moz-placeholder { color: #ff3862 !important; }
.error:-ms-input-placeholder { color: #ff3862 !important; }

p.error { margin: 10px 0 0; color: #ff3862 !important; }

/* button ボタン デフォルト */
button,
.btn {
	display: inline-block;
	position: relative;
	padding: 22px 25px 20px;
	width: auto;
	min-width: 240px;
	height: 60px;
	color: #FFF !important;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1;
	background: -webkit-linear-gradient(to right bottom, #21205d 50% #42366B 51%);
	background: linear-gradient(to right bottom, #21205d 50%, #42366B 51%);
	border: none;
	border-radius: 40px;
	vertical-align: middle;
	cursor: pointer;
	outline: none !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

button:hover,
.btn:hover { opacity: .8; -webkit-filter: saturate(2) hue-rotate(-10deg); filter: saturate(2) hue-rotate(-10deg); }

/* .acd, link */
.btn.acd,
.btn.acd-re,
.btn.tab,
button.link,
.btn.link { padding: 22px 50px 20px; }
.btn.acd:after,
.btn.acd-re:after,
.btn.tab:after,
button.link:after,
.btn.link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -11px 0 0;
	width: 21px;
	height: 21px;
	background: url("/images/common/btn_plus.svg") center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.btn.acd.open:after,
.btn.acd-re.open:after,
.btn.tab.select:after { background-image: url("/images/common/btn_minus.svg"); }
.acd:hover:after,
.acd-re:hover:after,
.tab:hover:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

button.link:after,
.btn.link:after { background-image: url("/images/common/btn_link.svg"); }
.link:after { -webkit-animation: 0.4s ease linkout; animation: 0.4s ease linkout; }
.link:hover:after { -webkit-animation: 0.4s ease linkin; animation: 0.4s ease linkin; }

/* .submit */
button.submit,
.btn.submit { padding: 20px 25px 19px; min-width: 320px; font-size: 22px; letter-spacing: 2px; background: -webkit-linear-gradient(to right bottom, #f16919 50%, #ff9000 51%); background: linear-gradient(to right bottom, #f16919 50%, #ff9000 51%); }

button.submit:hover,
.btn.submit:hover { -webkit-filter: saturate(1.2); filter: saturate(1.2); }

/* .submit */
button.gray,
.btn.gray { background: -webkit-linear-gradient(to right bottom, #3d3d3d 50%, #555 51%); background: linear-gradient(to right bottom, #3d3d3d 50%, #555 51%); }

/* .ad */
button.ad,
.btn.ad { letter-spacing: 3px; background: -webkit-linear-gradient(-35deg, #fdd000 36%, #e62750 36.3%); background: linear-gradient(to right, #fdd000 25%, #e62750 25.3%); overflow: hidden; }
button.ad:before,
.btn.ad:before {
	content: "";
	position: absolute;
    top: -10px;
    left: -10px;
    width: 200px;
    height: 80px;
    background: #fdd000;
    -webkit-transform: rotate(-55deg);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

button.ad span,
.btn.ad span { display: inline-block; position: relative; margin: 0 0 0 -15px; width: 185px; color: #42366B; font-size: 15px; font-weight: bold; letter-spacing: 1px; text-align: left; z-index: 20; }
button.ad i,
.btn.ad i { margin: 0 0 0 -5px; font-style: italic; font-weight: bold; }

button.ad:hover,
.btn.ad:hover { -webkit-filter: none; filter: none; }
button.ad:hover:before,
.btn.ad:hover:before { -webkit-transform: skewX(-35deg); transform: skewX(35deg); }

/* disabled */
button:disabled,
button:disabled:hover{ cursor: default; opacity:.6; -webkit-filter: none; filter: none; }

/* table */
table { margin: 0 auto; width: 100%; border-top: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6; border-collapse: separate; border-spacing: 0;}
th, td { padding: 10px; font-size: 14px; line-height: 1.4; text-align: left; border-bottom: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; vertical-align: top;}
th { font-size: 16px; font-weight: bold; background-color: #F0F0F0; }

/* list dl リスト・定義 */
ul,ol { font-size: 16px; }
ul { list-style: none; list-style-position: inside; }
ol { margin: 0; padding-left: 20px;}
td ul.disc,
td ol { margin-left: 20px;}

li { position: relative; margin: 8px 0; text-align: left; line-height: 140%; }


dl { margin: 0 auto 40px; padding: 0; width: 100%; font-size: 18px; text-align: left; }
dt,dd { padding: 8px 0; text-align: left; line-height: 1.2; vertical-align: top; }
dt { font-weight: bold; }

/* 文字装飾 */
em { color: #971B20; font-weight: normal;}
small { font-size: 13px;}
i { font-style: normal; font-weight:  normal;}
mark { padding: 3px 8px; background-color: #FFF7F5; color: #000; font-style: italic;}
u { text-decoration: none;}


/* 罫線 */
hr {
	clear: both;
	position: relative;
	display: block;
	margin: 60px auto;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #CCC;
	text-shadow: none;
	z-index: -20;
	}


/*-----------------------------------------
	header ヘッダ（共通） 
-----------------------------------------*/

header { position: fixed; top: 0; left: 0; width: 100%; min-width: 1080px; height: 158px; color: #21205d; background: #FFF; border-bottom: 1px solid #DCDDDD; z-index: 200; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
header.scrolled { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
header .sp,
header .menu-trigger,
header #NavLayer { display: none; }

header h1 { margin: 0 0 5px; font-size: 12px; font-weight: bold; letter-spacing: 0; line-height: 1; text-align: left; }
header h1 a { color: #21205d !important; text-decoration: none; }
header h1 img { margin: 10px 0 0; height: 63px; }

header #HeadLinks { display: table; position: absolute; top: 54px; right: 30px; }
header #HeadLinks li { display: table-cell; margin: 0; padding: 0 0 0 12px; vertical-align: bottom; }
header #HeadLinks li a { display: block; }

header #HeadLinks li.tell a { cursor: default; }
header #HeadLinks li.tell img { height: 44px; vertical-align: middle; }
header #HeadLinks li.forms h2 { margin: 0 0 3px; padding: 4px 0 2px; font-size: 11px; letter-spacing: 0; text-align: center; background: #E6E6E6;}
header #HeadLinks li.forms h2 img { margin: 0 3px 1px 0; width: 15px; }
header #HeadLinks li.forms a.btn { display: inline-block; margin: 0 0 0 3px; padding: 6px 5px 5px; min-width: 0; height: auto; font-size: 12px; letter-spacing: -1px; border-radius: 0; }
header #HeadLinks li.forms a.btn:first-child { margin: 0; }
header #HeadLinks li.login { max-width: 130px; font-size: 10px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
header #HeadLinks li.login a { margin: 2px 0 0; width: 115px; height: 24px; font-size: 14px; line-height: 26px; text-align: center; text-decoration: none; background: #ff9000; }
header #HeadLinks li.login a.logout { color: #FFF !important; background: #655c84; }
header #HeadLinks li.login a:hover { opacity: .6; }

#NavLayer { position: fixed; top: 0; left: 0; margin: 0 !important; z-index: 999; height: 150%; width: 100%; background: #000; opacity: 0.5; }

header nav { padding: 0 20px 0 0; }
header nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
header nav ul li { margin: 0; width: 20%; }
header nav ul li:before { content: ""; position: absolute; top: 12px; left: 0; width: 1px; height: 20px; background: #DCDDDD; }
header nav ul li a { display: block; padding: 9px 10px 11px; color: #21205d !important; font-size: 13px; font-weight: bold; letter-spacing: 1px; text-align: center; text-decoration: none; overflow: hidden; }
header nav ul li a:before,
header nav ul li a:after { content: ""; position: absolute; bottom: -1px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
header nav ul li a:before { left: 1%; width: 99%; height: 0; background: #21205d; }
header nav ul li a:after { left: 50%; margin-left: -10px; border: 10px solid transparent; border-bottom: 0px solid #21205d; }
header nav ul li a:hover { color: #000 !important; }
header nav ul li a:hover:before,
header nav ul li a.current:before { height: 3px; }
header nav ul li a:hover:after { border-bottom-width: 10px; }

header #FB { position: absolute; right: 0; bottom: 12px; }
header #FB img { width: 20px; }

#BtnLinks { position: fixed; right: 0; top: 400px; z-index: 100; }
#BtnLinks li { display: none; margin: 0; }
#BtnLinks li a { display: block; padding: 10px; font-size: 10px; line-height: 1.2; text-align: center; text-decoration: none; }
#BtnLinks li a img { display: block; margin: 0 auto 8px; width: 30px; }
#BtnLinks li.regist { display: block; }
#BtnLinks li.regist a { padding: 20px 20px 18px; width: 58px; color: #FFF !important; font-size: 20px; font-weight: bold; line-height: 1.1; background: #42366B; border-radius: 7px 0 0 7px; box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5); }
#BtnLinks li.regist a:hover { background: #21205d; box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.8); }
#BtnLinks li.regist a span { display: block; margin: 0 auto 8px; padding: 6px 0 4px; width: 20px; color: #21205d !important; font-size: 12px; line-height: 1.2; background: #FDD000; }
#BtnLinks li.tell a { color: #FFF !important; background: #21205d; }
#BtnLinks li.mail a { color: #21205d !important; background: #E6E6E7; }

#BtnLinks li.regist.logined { display: none; }


/*-------------------------------------
	footer
-------------------------------------*/

/* Banners */
#Banners { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0 100px -10px; }
#Banners li { margin: 0 0 0 10px; width: 33.3% }
#Banners li a { display: block; text-align: center; }
#Banners li a:hover { opacity: .9; -webkit-filter: saturate(1.2) brightness(140%); filter: saturate(1.2) brightness(140%); }

/* PageTop */
#PageTop { position: fixed; right: 10px; bottom: 10px; width: 70px; height: 48px; z-index: 10; }
#PageTop a { display: block; position: relative; top: 0; width: 70px; height: 48px; font-size: 0; background: url("/images/common/pagetop.png") top center no-repeat; background-size: 100%; opacity: .8; }
#PageTop a:hover { top: -10px; opacity: 1; }
#PageTop.foot a { opacity: 0; pointer-events: none; }


footer { position: relative; padding: 40px 0 0; width: 100%; color: #FFF; background: #21205d; }
footer h2 { margin: 0 0 45px; color: #FFF; font-size: 15px; font-weight: normal; letter-spacing: 1px; }
footer h2 img { display: block; margin: 15px auto 0; width: 350px; }
footer a { position: relative; }

footer #FootMenu { margin: 0 0 60px; font-size: 0; text-align: center; }
footer #FootMenu li { display: inline-block; margin: 0; padding: 0 10px; font-size: 14px; line-height: 1; border-left: 1px solid #FFF; }
footer #FootMenu li:first-child { border: none; }
footer #FootMenu li a { color: #FFF !important; }

footer #FootLinks li { margin: 0 auto 35px; width: 100%; font-size: 14px; text-align: center; vertical-align: middle; }
footer #FootLinks li span { margin: 0 8px 0 0; padding: 3px 30px 2px; font-size: 10px; letter-spacing: 1px; background: #42366B; border-radius: 3px; }
footer #FootLinks li strong { letter-spacing: 1px; }
footer #FootLinks li a { color: #FFF !important; }
footer #FootLinks li .googlemap { display: none; }

footer #FootLinks .tell { display: inline-block; margin: 0 0 20px; width: 370px; }
footer #FootLinks .tell a { cursor: default !important; }
footer #FootLinks .forms { display: inline-block; margin: 0 0 20px 20px; width: auto; }
footer #FootLinks .forms h3 { margin: 0 0 4px; padding: 5px 0 4px; font-size: 14px; letter-spacing: 0; background: #FFF; }
footer #FootLinks .forms h3 img { margin: 0 3px 1px 0; width: 20px; }
footer #FootLinks .forms a.btn {
	margin: 0 0 0 4px;
	padding: 8px 7px 7px;
	min-width: 0;
	height: auto;
	font-size: 16px;
	letter-spacing: -1px;
	border: 1px solid #FFF;
	border-radius: 0;
	opacity: 1 !important;
	-webkit-filter: none !important;
	filter: none !important;
	}
footer #FootLinks .forms a.btn:first-child { margin: 0; }
footer #FootLinks li.free a { display: block; margin: 0 auto; width: 746px; background: #FFF; opacity: 1 !important; }
footer #FootLinks li.free a img { display: block; }
footer #FootLinks .forms a.btn:after,
footer #FootLinks li.free a:after,
footer #Links li a:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FFF; opacity: 0; z-index: 1; }
footer #FootLinks .forms a.btn:hover:after { opacity: .2; }
footer #FootLinks li.free a:hover:after { opacity: .4; }
footer #Links li a:hover:after { opacity: .1; }

footer #FootLinks ~ h3 { margin: 50px 0 20px; color: #FFF; font-size: 14px; font-weight: normal; letter-spacing: 1px; }
footer #Links { margin: 0 0 35px -5px; font-size: 0; text-align: center; }
footer #Links li { display: inline-block; margin: 0 0 0 5px; width: 245px; text-align: center; }
footer #Links li:first-child { margin: 0; }
footer #Links li a { display: block; padding: 40px 35px; border: 1px solid #FFF; border-radius: 5px; opacity: 1 !important; }

footer #Copyright { padding: 9px; color: #FFF; font-size: 12px; line-height: 1; text-align: center; background: #42366b; }


/*-------------------------------------
			CSS end
-------------------------------------*/